home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / nxtevent.arc / NXTEVENT.DOC < prev    next >
Text File  |  1990-01-10  |  3KB  |  57 lines

  1.                            NxtEvent
  2.                             v1.0
  3.                  Copyright (c) 1990, Jim Dailey
  4.                      DOOGER'S Place BBS
  5.                       Fido Net 202/309
  6.  
  7.  
  8. First the legal stuff.  NxtEvent is guaranteed only to take up space on
  9. your disk.  I have ran the program successfully on both of my PC's and
  10. have not experienced any problems.  NxtEvent is not public domain, and
  11. remains my property. NxtEvent is SHAREWARE.  If you find NxtEvent useful
  12. the fee is $30.  Please take the $30 and step away from the computer,
  13. get your kids together and take them to dinner and a show. If you have
  14. no kids, then take the $30 and donate it to a youth organization. I
  15. personally do not need any renumeration.
  16.  
  17. If you experience any problems, or have suggestions for improving
  18. NxtEvent, please netmail your comments to me at Fido Net<tm> node
  19. 202/309.
  20.  
  21. Now, enough of the chit chat.  I have been a member of Fido Net for 5
  22. years using mostly Opus<tm> software.  With PCBoard<tm> 14.1 came
  23. support for front end mailers. I immediately purchased and converted to
  24. what, I think, is a superior BBS program. The only short coming is the
  25. inability for PCBoard to recognize events defined in the front end
  26. mailer.  As an NC I have several forced events. My only problem was that
  27. I had no way to tell PCBoard of these events and, I often run them late.
  28. Thus the birth of NxtEvent.
  29.  
  30. The samples I present here will be for BinkleyTerm as, that is what I
  31. use for my mailer.
  32.  
  33. Prior to exiting on a human caller, Binkley creates a BBSBATCH.BAT file.
  34. This batch file invokes another batch file called SPAWNBBS.BAT. A sample
  35. SPAWNBBS call is as follows:
  36.  
  37.              SPAWNBBS 2400 1 231
  38.  
  39. The 2400 is the callers baud rate, the 1 is the com port and the 231 is
  40. the number of minutes to Binkley's next event. In SPAWNBBS.BAT I have
  41. inserted the following line before starting PCBoard:
  42.  
  43.            NxtEvent PCBoard.Dat %3
  44.  
  45. The %3 is replaced by the minutes parameter shown above.  The minutes is
  46. added to the current time and stowed in PCBoard.Dat in record 113, which
  47. is the time of the PCBoard event.  As I said previously, it works on my
  48. BBS and I have yet to miss and event.
  49.  
  50. NxtEvent event requires 2 command line parameters. The first is the name
  51. of your PCBoard.Dat. If this resides in other than the current directory
  52. the path name is also required.  The second parameter is the number of
  53. minutes til the next event.  The maximum number for this parameter is
  54. 1440 minutes which is 24 hours.
  55.  
  56. I hope you find and NxtEvent useful and enjoy that movie with the kids.
  57.